home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Business / Labels / SimpleLabel / Label TMPL directions next >
Encoding:
Text File  |  1991-10-25  |  1.8 KB  |  33 lines  |  [TEXT/ttxt]

  1. Using the Label TMPL
  2. ==================
  3.  
  4. Use ResEdit to put the 'LABL' template into your ResEdit Preferences file (insert standard warning about using a copy of the file instead of the original).  (if you don't know what I mean you should learn how to use ResEdit before continuing. 
  5.  
  6. Now from ResEdit you can create a new file with the Creator of 'SLpk' and a Type of 'SLIB'. The file needs 3 resource types 'PREC', 'LABL' & 'ICON'. The PREC ID #4 is the Page size  for this label. The 'ICON' has to resources #5 & #6 they are the bottom and top half of the thumbnail picture of the label.
  7.  
  8. The 'LABL' resource is the description of the label itself. it must have an ID of #0.
  9.  
  10. field                                            what it is
  11. ==========                        =====================
  12. Size of window            Rectangle of the size of the window to be displayed for this label.
  13. Label White                        Rectangle of the actual size of the label. (in coords of the Label Frame)
  14. Label Frame                     Rectangle from one label to the next (Includes borders & rims)
  15. Label Used                         Rectangle of the space you would like to be able to use (Frame Coords)
  16.  
  17. RoundRect
  18. Height                                    Amount by which to round the corners of the label(IM-V1 Quickdraw)
  19. RoundRect                        
  20. Width                                    Amount by which to round the corners of the label 
  21.  
  22. # of Rows                    Number of rows on a page
  23. # of Cols                        Number of columns on a page
  24.  
  25. Left Border                Any space on the left side of the page that should not be used (tractor feed)
  26. Top Border                Any space on the top side of the page that should not be used.
  27.  
  28. It will probably be easer to copy a file that is included and Edit it to make a new one.
  29.  
  30. (BTW: all refs in the 'LABL' template use quickdraw coords & sizes. So, use 73=1 inch)
  31. (Also, having said that the 'PREC' resource height & width are 120=1 in [don't ask me why])
  32.  
  33. Good luck & if you make labels Files please send them to me, so I can include them in future releases.